Contribution studio.extensions.easyshare--notifications
In component studio.extensions.easyshare
studio.extensions.easyshare
inside nuxeo-easyshare-7.10-HF02.jar /OSGI-INF/extensions.xml
This contribution is part of XML component Extension Point
Extension point notifications of component NotificationService.Contributed Items
XML Source
<extension point="notifications" target="org.nuxeo.ecm.platform.ec.notification.service.NotificationService">
<notification autoSubscribed="true" availableIn="Workspace" channel="email" enabled="true" name="easyShareDownload" subject="EasyShare download notification" subjectTemplate="easyShareDownloadSubject" template="easyShareDownload">
<event name="easyShareDownload"/>
</notification>
<notification autoSubscribed="true" availableIn="Workspace" channel="email" enabled="true" name="easyShareExpired" subject="EasyShare expired notification" subjectTemplate="easyShareExpiredSubject" template="easyShareExpired">
<event name="easyShareExpired"/>
</notification>
</extension>